home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / clocks / sunclock.zoo / SOURCES / DIALOG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-08  |  241 b   |  11 lines

  1. #ifndef Dialog_first
  2. #define Dialog_first
  3.  
  4. /*---- Prototyping ----*/
  5. OBJECT* DialogInit( int );
  6. int     DialogDo( OBJECT* );
  7. void    DialogSetItem( OBJECT*, int, bool );
  8. bool    DialogGetItem( OBJECT*, int );
  9.  
  10. #endif Dialog_first 
  11.